Skip to content

fix(claude): use valid memory subagent type#40

Merged
Grivn merged 1 commit into
masterfrom
fix/claude-general-purpose-subagent-master
May 27, 2026
Merged

fix(claude): use valid memory subagent type#40
Grivn merged 1 commit into
masterfrom
fix/claude-general-purpose-subagent-master

Conversation

@Grivn
Copy link
Copy Markdown
Member

@Grivn Grivn commented May 27, 2026

Summary

  • replace the invalid Claude memory Bash subagent type with the built-in general-purpose type
  • update the architecture diagram text to match the setup guidance

Fixes #39

Validation

  • rg -n 'subagent_type="Bash"|Bash type' internal/setup/assets/claude docs/diagrams\n- go build -o mnemon .

Replace the Claude memory guidance's invalid Bash subagent type with the built-in general-purpose agent. This keeps setup-generated instructions aligned with Claude Code's available Task/Agent subagents while preserving the Sonnet model guidance.

Validation: go build -o mnemon .
@Grivn Grivn mentioned this pull request May 27, 2026
@Grivn Grivn merged commit 5cefdb8 into master May 27, 2026
1 check passed
@Grivn Grivn deleted the fix/claude-general-purpose-subagent-master branch May 27, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong agent type "Bash"

1 participant